We want to match what nautilus does, and the non-fts query
ignores the location, which yields somewhat broken UI in
the file chooser.
* use filename matching instead. This doesn’t use the content of the
* file however.
*/
-#undef FTS_MATCHING
+#define FTS_MATCHING
/*
* GtkSearchEngineTracker object
tracker->priv->query_pending = TRUE;
+ g_debug ("SearchEngineTracker: query: %s", sparql->str);
+
get_query_results (tracker, sparql->str, query_callback, tracker);
g_string_free (sparql, TRUE);